-- card: 37434 from stack: in -- bmap block id: 38039 -- flags: 4000 -- background id: 25390 -- name: LocalizeÉ ----- HyperTalk script ----- on mouseUp if the name of target contains "button" then set hilite of button "Australia" to false set hilite of button "Canada" to false set hilite of button "United Kingdom" to false set hilite of button "United States" to false set hilite of target to true else pass mouseUp end mouseUp on closeCard lock screen set hilite of button "Australia" to false set hilite of button "Canada" to false set hilite of button "United Kingdom" to false set hilite of button "United States" to true end closeCard on returnKey flashButton "OK" doMenu first end returnKey -- part 1 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=177 top=205 right=223 bottom=245 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: OK ----- HyperTalk script ----- on mouseUp doMenu first end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=267 top=205 right=223 bottom=335 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Cancel ----- HyperTalk script ----- on mouseUp doMenu first end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=175 top=123 right=139 bottom=258 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Australia ----- HyperTalk script ----- -- part 4 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=175 top=139 right=155 bottom=247 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Canada ----- HyperTalk script ----- -- part 5 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=175 top=155 right=171 bottom=301 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: United Kingdom ----- HyperTalk script ----- -- part 6 (button) -- low flags: 00 -- high flags: C006 -- rect: left=175 top=171 right=187 bottom=286 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: United States ----- HyperTalk script -----